home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / prowres / shared.dxr / 01552_SStoYearSam.ls < prev    next >
Encoding:
Text File  |  1995-08-07  |  175 b   |  10 lines

  1. on mouseDown
  2.   puppetSound("Single Click")
  3.   puppetSprite(2, 0)
  4.   puppetTransition(23)
  5.   if the mouseCast = -1 then
  6.   else
  7.     go(the name of cast the mouseCast)
  8.   end if
  9. end
  10.